WriteMapCRUDRepo

fun <ObjectType, IdType> WriteMapCRUDRepo(map: MutableMap<IdType, ObjectType> = mutableMapOf())